Skip to content

boot: nuttx: Remove deprecated board initialization#2726

Merged
de-nordic merged 1 commit into
mcu-tools:mainfrom
linguini1:remove-boardinit
May 12, 2026
Merged

boot: nuttx: Remove deprecated board initialization#2726
de-nordic merged 1 commit into
mcu-tools:mainfrom
linguini1:remove-boardinit

Conversation

@linguini1
Copy link
Copy Markdown
Contributor

NuttX now relies on kernel logic to perform the boot tasks that were once done from this removed userspace call. This commit removes it to be in line with the current boot method. BOARDIOC_FINALINIT can still be used by NuttX users to perform custom initialization tasks/as a boot hook.

See the accompanying NuttX PR which finalizes this command's removal here: apache/nuttx#18832

NuttX now relies on kernel logic to perform the boot tasks that were
once done from this removed userspace call. This commit removes it to be
in line with the current boot method. BOARDIOC_FINALINIT can still be
used by NuttX users to perform custom initialization tasks/as a boot
hook.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
@linguini1
Copy link
Copy Markdown
Contributor Author

First time contributing here, I read the guidelines and tried to make sure my commits follow the format used but please let me know if anything needs changing!

@de-nordic de-nordic added the area: nuttx Affects the NuttX port label May 12, 2026
@de-nordic de-nordic merged commit 1986409 into mcu-tools:main May 12, 2026
75 checks passed
@linguini1 linguini1 deleted the remove-boardinit branch May 17, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: nuttx Affects the NuttX port

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants